home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TF_REMOTEPOP / TF_REMOTEPOP.txt
Text File  |  2002-07-04  |  18KB  |  724 lines

  1. object F_RemotePOP: TF_RemotePOP
  2.   Left = 228
  3.   Top = 165
  4.   AutoScroll = False
  5.   Caption = 'Remote'
  6.   ClientHeight = 437
  7.   ClientWidth = 747
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = RP_MainMenu
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnHide = FormHide
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object ZStatusBar1: TZStatusBar
  25.     Left = 0
  26.     Top = 417
  27.     Width = 747
  28.     Height = 20
  29.     Panels = <
  30.       item
  31.         Width = 150
  32.       end
  33.       item
  34.         Width = 50
  35.       end>
  36.     SimplePanel = False
  37.   end
  38.   object Panel1: TPanel
  39.     Left = 0
  40.     Top = 76
  41.     Width = 747
  42.     Height = 341
  43.     Align = alClient
  44.     BevelOuter = bvNone
  45.     TabOrder = 1
  46.     object Splitter1: TSplitter
  47.       Left = 185
  48.       Top = 0
  49.       Width = 2
  50.       Height = 341
  51.       Cursor = crHSplit
  52.     end
  53.     object Panel2: TPanel
  54.       Left = 0
  55.       Top = 0
  56.       Width = 185
  57.       Height = 341
  58.       Align = alLeft
  59.       BevelOuter = bvNone
  60.       TabOrder = 0
  61.       object P_boxtop: TPanel
  62.         Left = 0
  63.         Top = 0
  64.         Width = 185
  65.         Height = 18
  66.         Align = alTop
  67.         Caption = 'Connections'
  68.         TabOrder = 0
  69.       end
  70.       object ServerList: TZListBox
  71.         Left = 0
  72.         Top = 18
  73.         Width = 185
  74.         Height = 323
  75.         Align = alClient
  76.         ItemHeight = 16
  77.         Style = lbOwnerDrawFixed
  78.         TabOrder = 1
  79.         OnDrawItem = ServerListDrawItem
  80.         OnChange = ServerListClick
  81.       end
  82.     end
  83.     object Panel3: TPanel
  84.       Left = 187
  85.       Top = 0
  86.       Width = 560
  87.       Height = 341
  88.       Align = alClient
  89.       BevelOuter = bvNone
  90.       TabOrder = 1
  91.       object MailHeader: THeader95
  92.         Left = 0
  93.         Top = 0
  94.         Width = 560
  95.         Height = 18
  96.         Align = alTop
  97.         BorderStyle = bsNone
  98.         Sections.Sections = (
  99.           #0'105'#0'Mark'
  100.           #0'62'#0'From'
  101.           #0'52'#0'Subject'
  102.           #0'36'#0'Date'
  103.           #0'33'#0'Size')
  104.         TabOrder = 0
  105.         OnSizing = MailHeaderSizing
  106.         OnSized = MailHeaderSized
  107.         OnClickSection = MailHeaderClickSection
  108.       end
  109.       object MsgList: TZListBox
  110.         Left = 0
  111.         Top = 18
  112.         Width = 560
  113.         Height = 323
  114.         Align = alClient
  115.         ItemHeight = 16
  116.         MultiSelect = True
  117.         Style = lbOwnerDrawFixed
  118.         TabOrder = 1
  119.         OnDrawItem = MsgListDrawItem
  120.         OnEnter = MsgListEnter
  121.         OnExit = MsgListExit
  122.         OnKeyDown = MsgListKeyDown
  123.         OnMouseDown = MsgListMouseDown
  124.         OnMouseUp = MsgListMouseUp
  125.         OnChange = MsgListChange
  126.       end
  127.     end
  128.   end
  129.   object Dock971: TDock97
  130.     Left = 0
  131.     Top = 0
  132.     Width = 747
  133.     Height = 48
  134.     BoundLines = [blTop, blBottom, blLeft, blRight]
  135.     LimitToOneRow = True
  136.     OnChevronClick = Dock971ChevronClick
  137.     object Toolbar: TToolBarExpress2
  138.       Left = 0
  139.       Top = 0
  140.       Caption = 'Toolbar'
  141.       DockPos = 0
  142.       FullSize = True
  143.       ParentShowHint = False
  144.       ShowHint = True
  145.       TabOrder = 0
  146.       RegKey = 'Software\Aerofox\Foxmail\FoxToolbar\Remote'
  147.       Grayed = False
  148.       OnIconSizeChanging = ToolbarIconSizeChanging
  149.       object SB_GetSvrInfo: TToolbarButton97
  150.         Left = 0
  151.         Top = 0
  152.         Width = 58
  153.         Height = 42
  154.         Hint = 'All mail information'
  155.         Caption = 'Info'
  156.         ImageIndex = 44
  157.         Images = DM_Language.IL_TB24_Normal
  158.         HotImages = DM_Language.IL_TB24_Hot
  159.         DisabledImages = DM_Language.IL_TB24_Gray
  160.         LeftJustify = False
  161.         ShowCaptionRight = False
  162.         Layout = blGlyphTop
  163.       end
  164.       object SB_GetSvrNewInfo: TToolbarButton97
  165.         Tag = 2
  166.         Left = 58
  167.         Top = 0
  168.         Width = 58
  169.         Height = 42
  170.         Hint = 'New mail information'
  171.         Caption = 'New Info'
  172.         ImageIndex = 45
  173.         Images = DM_Language.IL_TB24_Normal
  174.         HotImages = DM_Language.IL_TB24_Hot
  175.         DisabledImages = DM_Language.IL_TB24_Gray
  176.         LeftJustify = False
  177.         ShowCaptionRight = True
  178.         Layout = blGlyphTop
  179.       end
  180.       object SB_ExecOnSvr: TToolbarButton97
  181.         Tag = 1
  182.         Left = 116
  183.         Top = 0
  184.         Width = 58
  185.         Height = 42
  186.         Hint = 'Execute'
  187.         Caption = 'Execute'
  188.         ImageIndex = 46
  189.         Images = DM_Language.IL_TB24_Normal
  190.         HotImages = DM_Language.IL_TB24_Hot
  191.         DisabledImages = DM_Language.IL_TB24_Gray
  192.         LeftJustify = False
  193.         ShowCaptionRight = True
  194.         Layout = blGlyphTop
  195.       end
  196.       object SB_MsgHead: TToolbarButton97
  197.         Left = 174
  198.         Top = 0
  199.         Width = 58
  200.         Height = 42
  201.         Hint = 'Mail header'
  202.         Caption = 'Header'
  203.         ImageIndex = 47
  204.         Images = DM_Language.IL_TB24_Normal
  205.         HotImages = DM_Language.IL_TB24_Hot
  206.         DisabledImages = DM_Language.IL_TB24_Gray
  207.         LeftJustify = False
  208.         ShowCaptionRight = False
  209.         Layout = blGlyphTop
  210.       end
  211.       object TToolbarSep97
  212.         Left = 232
  213.         Top = 0
  214.       end
  215.       object SB_DonotFetch: TToolbarButton97
  216.         Left = 238
  217.         Top = 0
  218.         Width = 58
  219.         Height = 42
  220.         Hint = 'Don'#39't fetch'
  221.         Caption = 'Don'#39't Fetch'
  222.         ImageIndex = 50
  223.         Images = DM_Language.IL_TB24_Normal
  224.         HotImages = DM_Language.IL_TB24_Hot
  225.         DisabledImages = DM_Language.IL_TB24_Gray
  226.         LeftJustify = False
  227.         ShowCaptionRight = False
  228.         Layout = blGlyphTop
  229.       end
  230.       object SB_Fetch: TToolbarButton97
  231.         Left = 296
  232.         Top = 0
  233.         Width = 58
  234.         Height = 42
  235.         Hint = 'Fetch'
  236.         Caption = 'Fetch'
  237.         ImageIndex = 49
  238.         Images = DM_Language.IL_TB24_Normal
  239.         HotImages = DM_Language.IL_TB24_Hot
  240.         DisabledImages = DM_Language.IL_TB24_Gray
  241.         LeftJustify = False
  242.         ShowCaptionRight = True
  243.         Layout = blGlyphTop
  244.       end
  245.       object SB_FetchAndDel: TToolbarButton97
  246.         Left = 354
  247.         Top = 0
  248.         Width = 58
  249.         Height = 42
  250.         Hint = 'Fetch and delete'
  251.         Caption = 'Fetch+Delete'
  252.         ImageIndex = 48
  253.         Images = DM_Language.IL_TB24_Normal
  254.         HotImages = DM_Language.IL_TB24_Hot
  255.         DisabledImages = DM_Language.IL_TB24_Gray
  256.         LeftJustify = False
  257.         ShowCaptionRight = False
  258.         Layout = blGlyphTop
  259.       end
  260.       object SB_Del: TToolbarButton97
  261.         Left = 412
  262.         Top = 0
  263.         Width = 58
  264.         Height = 42
  265.         Hint = 'Delete from server'
  266.         Caption = 'Delete'
  267.         ImageIndex = 51
  268.         Images = DM_Language.IL_TB24_Normal
  269.         HotImages = DM_Language.IL_TB24_Hot
  270.         DisabledImages = DM_Language.IL_TB24_Gray
  271.         LeftJustify = False
  272.         ShowCaptionRight = True
  273.         Layout = blGlyphTop
  274.       end
  275.       object TToolbarSep97
  276.         Left = 470
  277.         Top = 0
  278.       end
  279.       object SB_Close: TToolbarButton97
  280.         Left = 476
  281.         Top = 0
  282.         Width = 58
  283.         Height = 42
  284.         Hint = 'Close'
  285.         Caption = 'Close'
  286.         ImageIndex = 52
  287.         Images = DM_Language.IL_TB24_Normal
  288.         HotImages = DM_Language.IL_TB24_Hot
  289.         DisabledImages = DM_Language.IL_TB24_Gray
  290.         LeftJustify = False
  291.         ShowCaptionRight = True
  292.         Layout = blGlyphTop
  293.       end
  294.       object SB_Account: TToolbarButton97
  295.         Left = 534
  296.         Top = 0
  297.         Width = 58
  298.         Height = 42
  299.         DropdownMenu = PM_Accounts
  300.         Caption = 'Account'
  301.         ImageIndex = 42
  302.         Images = DM_Language.IL_TB24_Normal
  303.         HotImages = DM_Language.IL_TB24_Hot
  304.         LeftJustify = False
  305.         ShowCaptionRight = False
  306.         Layout = blGlyphTop
  307.       end
  308.     end
  309.   end
  310.   object Dock972: TDock97
  311.     Left = 0
  312.     Top = 48
  313.     Width = 747
  314.     Height = 28
  315.     BoundLines = [blTop, blBottom, blLeft, blRight]
  316.     LimitToOneRow = True
  317.     object ToolBar_Search: TToolbar97
  318.       Left = 0
  319.       Top = 0
  320.       Caption = 'Remote'
  321.       DockMode = dmCannotFloatOrChangeDocks
  322.       DockPos = 0
  323.       DragHandleStyle = dhNone
  324.       FullSize = True
  325.       TabOrder = 0
  326.       object SPB_Find: TToolbarButton97
  327.         Left = 433
  328.         Top = 0
  329.         Width = 80
  330.         Height = 22
  331.         DropdownArrowWidth = 12
  332.         DropdownCombo = True
  333.         DropdownMenu = PM_SearchBar
  334.         Caption = 'Search'
  335.         LeftJustify = False
  336.         ShowCaptionRight = False
  337.         OnClick = SPB_FindClick
  338.       end
  339.       object SPB_NextFind: TToolbarButton97
  340.         Left = 513
  341.         Top = 0
  342.         Width = 72
  343.         Height = 22
  344.         Caption = 'Search Next'
  345.         LeftJustify = False
  346.         ShowCaptionRight = False
  347.         OnClick = SPB_NextFindClick
  348.       end
  349.       object FindBar: TNotebook
  350.         Left = 0
  351.         Top = 0
  352.         Width = 433
  353.         Height = 21
  354.         PageIndex = 3
  355.         TabOrder = 0
  356.         object TPage
  357.           Left = 0
  358.           Top = 0
  359.           Caption = 'From'
  360.           object Lab_From: TLabel
  361.             Left = 4
  362.             Top = 0
  363.             Width = 93
  364.             Height = 16
  365.             Alignment = taRightJustify
  366.             AutoSize = False
  367.             Caption = 'From:'
  368.             Color = clBtnFace
  369.             ParentColor = False
  370.           end
  371.           object Edit_From: TEdit
  372.             Left = 100
  373.             Top = 0
  374.             Width = 265
  375.             Height = 21
  376.             TabOrder = 0
  377.           end
  378.         end
  379.         object TPage
  380.           Left = 0
  381.           Top = 0
  382.           Caption = 'Subject'
  383.           object Lab_Subject: TLabel
  384.             Left = 4
  385.             Top = 0
  386.             Width = 93
  387.             Height = 16
  388.             Alignment = taRightJustify
  389.             AutoSize = False
  390.             Caption = 'Subject:'
  391.             Color = clBtnFace
  392.             ParentColor = False
  393.           end
  394.           object Edit_Subject: TEdit
  395.             Left = 100
  396.             Top = 0
  397.             Width = 265
  398.             Height = 21
  399.             TabOrder = 0
  400.           end
  401.         end
  402.         object TPage
  403.           Left = 0
  404.           Top = 0
  405.           Caption = 'Date'
  406.           object Lab_Date: TLabel
  407.             Left = 8
  408.             Top = 0
  409.             Width = 89
  410.             Height = 16
  411.             Alignment = taRightJustify
  412.             AutoSize = False
  413.             Caption = 'Date: '
  414.             Color = clBtnFace
  415.             ParentColor = False
  416.           end
  417.           object Label2: TLabel
  418.             Left = 232
  419.             Top = 0
  420.             Width = 18
  421.             Height = 13
  422.             Caption = '==>'
  423.           end
  424.           object Edit_Date: TDateTimePicker
  425.             Left = 100
  426.             Top = 0
  427.             Width = 120
  428.             Height = 21
  429.             CalAlignment = dtaLeft
  430.             Date = 36755.447208854200000000
  431.             Time = 36755.447208854200000000
  432.             DateFormat = dfShort
  433.             DateMode = dmComboBox
  434.             Kind = dtkDate
  435.             ParseInput = False
  436.             TabOrder = 0
  437.           end
  438.           object Edit_Date2: TDateTimePicker
  439.             Left = 260
  440.             Top = 0
  441.             Width = 120
  442.             Height = 21
  443.             CalAlignment = dtaLeft
  444.             Date = 36755.447208854200000000
  445.             Time = 36755.447208854200000000
  446.             DateFormat = dfShort
  447.             DateMode = dmComboBox
  448.             Kind = dtkDate
  449.             ParseInput = False
  450.             TabOrder = 1
  451.           end
  452.         end
  453.         object TPage
  454.           Left = 0
  455.           Top = 0
  456.           Caption = 'Size'
  457.           object Lab_Size: TLabel
  458.             Left = 4
  459.             Top = 0
  460.             Width = 93
  461.             Height = 16
  462.             Alignment = taRightJustify
  463.             AutoSize = False
  464.             Caption = 'Size:'
  465.             Color = clBtnFace
  466.             ParentColor = False
  467.           end
  468.           object Label1: TLabel
  469.             Left = 232
  470.             Top = 0
  471.             Width = 18
  472.             Height = 13
  473.             Caption = '==>'
  474.           end
  475.           object Label3: TLabel
  476.             Left = 384
  477.             Top = 4
  478.             Width = 19
  479.             Height = 13
  480.             Caption = '( K )'
  481.           end
  482.           object Edit_Size: TEdit
  483.             Left = 104
  484.             Top = 0
  485.             Width = 97
  486.             Height = 21
  487.             TabOrder = 0
  488.             Text = '0'
  489.           end
  490.           object UpDown1: TUpDown
  491.             Left = 201
  492.             Top = 0
  493.             Width = 16
  494.             Height = 21
  495.             Associate = Edit_Size
  496.             Min = 0
  497.             Max = 30000
  498.             Position = 0
  499.             TabOrder = 1
  500.             Thousands = False
  501.             Wrap = False
  502.           end
  503.           object Edit_Size2: TEdit
  504.             Left = 260
  505.             Top = 0
  506.             Width = 105
  507.             Height = 21
  508.             TabOrder = 2
  509.             Text = '0'
  510.           end
  511.           object UpDown2: TUpDown
  512.             Left = 365
  513.             Top = 0
  514.             Width = 16
  515.             Height = 21
  516.             Associate = Edit_Size2
  517.             Min = 0
  518.             Max = 30000
  519.             Increment = 100
  520.             Position = 0
  521.             TabOrder = 3
  522.             Thousands = False
  523.             Wrap = False
  524.           end
  525.         end
  526.       end
  527.     end
  528.   end
  529.   object PM_mark: TPopupMenu
  530.     AutoPopup = False
  531.     OnPopup = PM_markPopup
  532.     Left = 230
  533.     Top = 196
  534.     object PM_DoNotFetch: TMenuItem
  535.       Caption = 'Do &Not Fetch'
  536.       OnClick = PM_DoNotFetchClick
  537.     end
  538.     object PM_FetchfromServer: TMenuItem
  539.       Caption = '&Fetch a copy from server'
  540.       OnClick = PM_DoNotFetchClick
  541.     end
  542.     object PM_FetchAndDelete: TMenuItem
  543.       Caption = 'Fetch &And Delete'
  544.       OnClick = PM_DoNotFetchClick
  545.     end
  546.     object PM_DeletefromServer: TMenuItem
  547.       Caption = '&Delete from server'
  548.       OnClick = PM_DoNotFetchClick
  549.     end
  550.     object N3: TMenuItem
  551.       Caption = '-'
  552.     end
  553.     object MU_DispMainMenu: TMenuItem
  554.       Caption = 'Disp Main Menu'
  555.       OnClick = MU_DispMainMenuClick
  556.     end
  557.     object PU_SelectAll: TMenuItem
  558.       Caption = 'Select All'
  559.       OnClick = PU_SelectAllClick
  560.     end
  561.   end
  562.   object Language: TLanguage
  563.     LangCenter = DM_Language.LangCenter
  564.     ResStrings.Strings = (
  565.       '0010=%d messages header info received.'
  566.       '0011=This server does not support this operation'
  567.       '0020=Do Not Fetch'
  568.       '0021=Fetch a copy from server'
  569.       '0022=Fetch And Delete'
  570.       '0023=Delete from server'
  571.       
  572.         '0024=Change state by pressing [Space],[Del],[Enter]Or[N][F][A][D' +
  573.         #39']'
  574.       '0030=Account doesnot exists or already be deleted!'
  575.       
  576.         '0040=There are still active connections. Please cancel all activ' +
  577.         'e connections before close the window.')
  578.     OnTranslated = LanguageTranslated
  579.     Left = 80
  580.     Top = 181
  581.   end
  582.   object RP_MainMenu: TMainMenu
  583.     Images = DM_Language.IL_TB16_Normal
  584.     Left = 336
  585.     Top = 20
  586.     object MU_File: TMenuItem
  587.       Caption = '&File'
  588.       OnClick = MU_FileClick
  589.       object MU_DonotFetch: TMenuItem
  590.         Caption = 'Do &Not Fetch'
  591.         ImageIndex = 50
  592.         ShortCut = 16462
  593.       end
  594.       object MU_Fetch: TMenuItem
  595.         Caption = '&Fetch'
  596.         ImageIndex = 49
  597.         ShortCut = 16454
  598.       end
  599.       object MU_FetchAndDel: TMenuItem
  600.         Caption = 'Fetch &And Delete'
  601.         ImageIndex = 48
  602.         ShortCut = 16468
  603.       end
  604.       object MU_Del: TMenuItem
  605.         Caption = '&Delete'
  606.         ImageIndex = 51
  607.         ShortCut = 16430
  608.       end
  609.       object N4: TMenuItem
  610.         Caption = '-'
  611.       end
  612.       object MU_SelectAll: TMenuItem
  613.         Caption = 'Select &All'
  614.         ShortCut = 16449
  615.         OnClick = MU_SelectAllClick
  616.       end
  617.       object N1: TMenuItem
  618.         Caption = '-'
  619.       end
  620.       object MU_close: TMenuItem
  621.         Caption = 'E&xit'
  622.         OnClick = MU_closeClick
  623.       end
  624.     end
  625.     object MU_Sever: TMenuItem
  626.       Caption = '&Server'
  627.       object MU_GetSvrNewInfo: TMenuItem
  628.         Tag = 2
  629.         Caption = 'Get new information'
  630.         ImageIndex = 45
  631.         OnClick = MU_GetSvrInfoClick
  632.       end
  633.       object MU_GetSvrInfo: TMenuItem
  634.         Caption = '&Get information'
  635.         OnClick = MU_GetSvrInfoClick
  636.       end
  637.       object MU_ExecOnSvr: TMenuItem
  638.         Tag = 1
  639.         Caption = '&Execute on server'
  640.         ImageIndex = 46
  641.         OnClick = MU_ExecOnSvrClick
  642.       end
  643.       object MU_MsgHead: TMenuItem
  644.         Caption = 'Get message &header'
  645.         ImageIndex = 44
  646.         OnClick = MU_MsgHeadClick
  647.       end
  648.     end
  649.     object MU_View: TMenuItem
  650.       Caption = '&View'
  651.       OnClick = MU_ViewClick
  652.       object MU_MainMenu: TMenuItem
  653.         Caption = '&Main Menu'
  654.         OnClick = MU_MainMenuClick
  655.       end
  656.       object MU_ToolBar: TMenuItem
  657.         Caption = '&ToolBar'
  658.         OnClick = MU_ToolBarClick
  659.       end
  660.       object MU_Statusbar: TMenuItem
  661.         Caption = 'Status&bar'
  662.         OnClick = MU_StatusbarClick
  663.       end
  664.       object MU_FindBar: TMenuItem
  665.         Caption = 'SearchBar'
  666.         OnClick = MU_FindBarClick
  667.       end
  668.       object N2: TMenuItem
  669.         Caption = '-'
  670.       end
  671.       object MU_ToolBarSetup: TMenuItem
  672.         Caption = 'ToolBar &Setup'
  673.         ImageIndex = 89
  674.         OnClick = MU_ToolBarSetupClick
  675.       end
  676.     end
  677.     object MU_Option: TMenuItem
  678.       Caption = '&Option'
  679.       object MU_Askbeforestart: TMenuItem
  680.         Caption = '&Get information before start'
  681.         OnClick = MU_AskbeforestartClick
  682.       end
  683.     end
  684.   end
  685.   object ImageList1: TImageList
  686.     Height = 24
  687.     Width = 24
  688.     Left = 300
  689.     Top = 32
  690.   end
  691.   object ToolBar_PopMenu: TPopupMenu
  692.     Left = 227
  693.     Top = 160
  694.     object PM_ToolBarSetup: TMenuItem
  695.       Caption = 'ToolBar Set&up'
  696.     end
  697.   end
  698.   object PM_SearchBar: TPopupMenu
  699.     Left = 264
  700.     Top = 124
  701.     object MU_From: TMenuItem
  702.       Caption = 'From'
  703.       OnClick = MU_SizeClick
  704.     end
  705.     object MU_Subject: TMenuItem
  706.       Caption = 'Subject'
  707.       OnClick = MU_SizeClick
  708.     end
  709.     object MU_Date: TMenuItem
  710.       Caption = 'Date'
  711.       OnClick = MU_SizeClick
  712.     end
  713.     object MU_Size: TMenuItem
  714.       Caption = 'Size'
  715.       OnClick = MU_SizeClick
  716.     end
  717.   end
  718.   object PM_Accounts: TPopupMenu
  719.     OnPopup = PM_AccountsPopup
  720.     Left = 580
  721.     Top = 19
  722.   end
  723. end
  724.